Html Css Color HEX #9538CC Dark Orchid

📋 copy color: '#9538CC'

red 149 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #9538CC

Tints of Dark Orchid #9538CC

RGB

 RED value IS 149 (58.59% from 255) = 36.43%

 GREEN value IS 56 (22.27% from 255) = 13.69%

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

R = 36.43%
G = 13.69%
B = 49.88%

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

#9538CC (or 0x9538CC) is known color: Dark Orchid. HEX triplet: 95, 38 and CC. RGB value is (149,56,204). Sum of RGB (Red+Green+Blue) = 149+56+204=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #9538CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9538CC is #6AC733. Grayscale: #646464. Windows color (decimal): -6997812 or 13383829. OLE color: 13383829.

HSL color Cylindrical-coordinate representation of color #9538CC: hue angle of 277.7º 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 #9538CC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 56 204 -
CMYK 0.27 0.73 0 0.2
HSL 277.7º 0.59% 0.51% -
HSV(B) 277.7º 0.73% 0.8% -
XYZ 24.71 13.58 58.45 -
YUV 100.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 149 56 204 0.27 0.73 0 0.2 277.7 0.59 0.51
Hex 95 38 CC 1B 49 0 14 116 3B 33
Octal 225 70 314 33 111 0 24 426 73 63
Binary 10010101 111000 11001100 11011 1001001 0 10100 100010110 111011 110011

Color Harmonies of #9538CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9538CC

Black with #9538CC

Text Example


Text Example

White with #9538CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,56,204); }

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

background-color css

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

 a { background-color: rgb(149,56,204); }

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

border-color css

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

 span { border-color: rgb(149,56,204); }

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