Html Css Color HEX #9A37BC Dark Orchid

📋 copy color: '#9A37BC'

red 154 ◦ green 55 ◦ blue 188

#9A37BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9A37BC

Tints of Dark Orchid #9A37BC

RGB

 RED value IS 154 (60.55% from 255) = 38.79%

 GREEN value IS 55 (21.88% from 255) = 13.85%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 38.79%
G = 13.85%
B = 47.36%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9A37BC (or 0x9A37BC) is known color: Dark Orchid. HEX triplet: 9A, 37 and BC. RGB value is (154,55,188). Sum of RGB (Red+Green+Blue) = 154+55+188=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A37BC is #65C843. Grayscale: #636363. Windows color (decimal): -6670404 or 12335002. OLE color: 12335002.

HSL color Cylindrical-coordinate representation of color #9A37BC: hue angle of 284.66º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A37BC is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 55 188 -
CMYK 0.18 0.71 0 0.26
HSL 284.66º 0.55% 0.48% -
HSV(B) 284.66º 0.71% 0.74% -
XYZ 23.77 13.23 48.88 -
YUV 99.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 154 55 188 0.18 0.71 0 0.26 284.66 0.55 0.48
Hex 9A 37 BC 12 47 0 1A 11D 37 30
Octal 232 67 274 22 107 0 32 435 67 60
Binary 10011010 110111 10111100 10010 1000111 0 11010 100011101 110111 110000

Color Harmonies of #9A37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A37BC

Black with #9A37BC

Text Example


Text Example

White with #9A37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A37BC; }

 p { color: rgb(154,55,188); }

 H1.HeaderClassName
 {
   color: #9A37BC;
 }
 .AnyTagClassName
 {
   color: #9A37BC;
 }
</style>

background-color css

<style>
 a { background-color: #9A37BC; }

 a { background-color: rgb(154,55,188); }

 div.DivClassName
 {
   background-color: #9A37BC;
 }
 .BgClassName
 {
   background-color: #9A37BC;
 }
</style>

border-color css

<style>
 span { border-color: #9A37BC; }

 span { border-color: rgb(154,55,188); }

 td.TdClassName
 {
   border-color: #9A37BC;
 }
 .TagClassName
 {
   border-color: #9A37BC;
 }
</style>