Html Css Color HEX #9444CB Dark Orchid

📋 copy color: '#9444CB'

red 148 ◦ green 68 ◦ blue 203

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

Shades of Dark Orchid #9444CB

Tints of Dark Orchid #9444CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

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

R = 35.32%
G = 16.23%
B = 48.45%

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

#9444CB (or 0x9444CB) is known color: Dark Orchid. HEX triplet: 94, 44 and CB. RGB value is (148,68,203). Sum of RGB (Red+Green+Blue) = 148+68+203=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #9444CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9444CB is #6BBB34. Grayscale: #6A6A6A. Windows color (decimal): -7060277 or 13321364. OLE color: 13321364.

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

Color convert

RGB 148 68 203 -
CMYK 0.27 0.67 0 0.20
HSL 275.56º 0.56% 0.53% -
HSV(B) 275.56º 0.67% 0.8% -
XYZ 25.06 14.74 58.02 -
YUV 107.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 148 68 203 0.27 0.67 0 0.20 275.56 0.56 0.53
Hex 94 44 CB 1B 43 0 14 114 38 35
Octal 224 104 313 33 103 0 24 424 70 65
Binary 10010100 1000100 11001011 11011 1000011 0 10100 100010100 111000 110101

Color Harmonies of #9444CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9444CB

Black with #9444CB

Text Example


Text Example

White with #9444CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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