Html Css Color HEX #9437CC Dark Orchid

📋 copy color: '#9437CC'

red 148 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #9437CC

Tints of Dark Orchid #9437CC

RGB

 RED value IS 148 (58.2% from 255) = 36.36%

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 36.36%
G = 13.51%
B = 50.12%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9437CC (or 0x9437CC) is known color: Dark Orchid. HEX triplet: 94, 37 and CC. RGB value is (148,55,204). Sum of RGB (Red+Green+Blue) = 148+55+204=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #9437CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9437CC is #6BC833. Grayscale: #636363. Windows color (decimal): -7063604 or 13383572. OLE color: 13383572.

HSL color Cylindrical-coordinate representation of color #9437CC: hue angle of 277.45º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9437CC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 55 204 -
CMYK 0.27 0.73 0 0.2
HSL 277.45º 0.59% 0.51% -
HSV(B) 277.45º 0.73% 0.8% -
XYZ 24.48 13.39 58.42 -
YUV 99.79 186.81 162.38 -
System Red Green Blue C M Y K H S L
Decimal 148 55 204 0.27 0.73 0 0.2 277.45 0.59 0.51
Hex 94 37 CC 1B 49 0 14 115 3B 33
Octal 224 67 314 33 111 0 24 425 73 63
Binary 10010100 110111 11001100 11011 1001001 0 10100 100010101 111011 110011

Color Harmonies of #9437CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9437CC

Black with #9437CC

Text Example


Text Example

White with #9437CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9437CC; }

 p { color: rgb(148,55,204); }

 H1.HeaderClassName
 {
   color: #9437CC;
 }
 .AnyTagClassName
 {
   color: #9437CC;
 }
</style>

background-color css

<style>
 a { background-color: #9437CC; }

 a { background-color: rgb(148,55,204); }

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

border-color css

<style>
 span { border-color: #9437CC; }

 span { border-color: rgb(148,55,204); }

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