Html Css Color HEX #9542CB Dark Orchid

📋 copy color: '#9542CB'

red 149 ◦ green 66 ◦ blue 203

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

Shades of Dark Orchid #9542CB

Tints of Dark Orchid #9542CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 35.65%
G = 15.79%
B = 48.56%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9542CB (or 0x9542CB) is known color: Dark Orchid. HEX triplet: 95, 42 and CB. RGB value is (149,66,203). Sum of RGB (Red+Green+Blue) = 149+66+203=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #9542CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9542CB is #6ABD34. Grayscale: #696969. Windows color (decimal): -6995253 or 13320853. OLE color: 13320853.

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

Color convert

RGB 149 66 203 -
CMYK 0.27 0.67 0 0.20
HSL 276.35º 0.57% 0.53% -
HSV(B) 276.35º 0.67% 0.8% -
XYZ 25.12 14.6 57.99 -
YUV 106.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 149 66 203 0.27 0.67 0 0.20 276.35 0.57 0.53
Hex 95 42 CB 1B 43 0 14 114 39 35
Octal 225 102 313 33 103 0 24 424 71 65
Binary 10010101 1000010 11001011 11011 1000011 0 10100 100010100 111001 110101

Color Harmonies of #9542CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9542CB

Black with #9542CB

Text Example


Text Example

White with #9542CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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