Html Css Color HEX #9442CB Dark Orchid

📋 copy color: '#9442CB'

red 148 ◦ green 66 ◦ blue 203

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

Shades of Dark Orchid #9442CB

Tints of Dark Orchid #9442CB

RGB

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

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

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

R = 35.49%
G = 15.83%
B = 48.68%

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

#9442CB (or 0x9442CB) is known color: Dark Orchid. HEX triplet: 94, 42 and CB. RGB value is (148,66,203). Sum of RGB (Red+Green+Blue) = 148+66+203=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #9442CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9442CB is #6BBD34. Grayscale: #696969. Windows color (decimal): -7060789 or 13320852. OLE color: 13320852.

HSL color Cylindrical-coordinate representation of color #9442CB: hue angle of 275.91º 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 #9442CB is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 66 203 -
CMYK 0.27 0.67 0 0.20
HSL 275.91º 0.57% 0.53% -
HSV(B) 275.91º 0.67% 0.8% -
XYZ 24.94 14.5 57.98 -
YUV 106.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 148 66 203 0.27 0.67 0 0.20 275.91 0.57 0.53
Hex 94 42 CB 1B 43 0 14 114 39 35
Octal 224 102 313 33 103 0 24 424 71 65
Binary 10010100 1000010 11001011 11011 1000011 0 10100 100010100 111001 110101

Color Harmonies of #9442CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9442CB

Black with #9442CB

Text Example


Text Example

White with #9442CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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