Html Css Color HEX #9542CC Dark Orchid

📋 copy color: '#9542CC'

red 149 ◦ green 66 ◦ blue 204

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

Shades of Dark Orchid #9542CC

Tints of Dark Orchid #9542CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.75%

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

R = 35.56%
G = 15.75%
B = 48.69%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9542CC (or 0x9542CC) is known color: Dark Orchid. HEX triplet: 95, 42 and CC. RGB value is (149,66,204). Sum of RGB (Red+Green+Blue) = 149+66+204=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #9542CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9542CC is #6ABD33. Grayscale: #6A6A6A. Windows color (decimal): -6995252 or 13386389. OLE color: 13386389.

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

Color convert

RGB 149 66 204 -
CMYK 0.27 0.68 0 0.2
HSL 276.09º 0.58% 0.53% -
HSV(B) 276.09º 0.68% 0.8% -
XYZ 25.24 14.65 58.62 -
YUV 106.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 149 66 204 0.27 0.68 0 0.2 276.09 0.58 0.53
Hex 95 42 CC 1B 44 0 14 114 3A 35
Octal 225 102 314 33 104 0 24 424 72 65
Binary 10010101 1000010 11001100 11011 1000100 0 10100 100010100 111010 110101

Color Harmonies of #9542CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9542CC

Black with #9542CC

Text Example


Text Example

White with #9542CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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