Html Css Color HEX #9444CA Dark Orchid

📋 copy color: '#9444CA'

red 148 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #9444CA

Tints of Dark Orchid #9444CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 35.41%
G = 16.27%
B = 48.33%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9444CA (or 0x9444CA) is known color: Dark Orchid. HEX triplet: 94, 44 and CA. RGB value is (148,68,202). Sum of RGB (Red+Green+Blue) = 148+68+202=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #9444CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9444CA is #6BBB35. Grayscale: #6A6A6A. Windows color (decimal): -7060278 or 13255828. OLE color: 13255828.

HSL color Cylindrical-coordinate representation of color #9444CA: hue angle of 275.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9444CA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 68 202 -
CMYK 0.27 0.66 0 0.21
HSL 275.82º 0.56% 0.53% -
HSV(B) 275.82º 0.66% 0.79% -
XYZ 24.94 14.69 57.4 -
YUV 107.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 148 68 202 0.27 0.66 0 0.21 275.82 0.56 0.53
Hex 94 44 CA 1B 42 0 15 114 38 35
Octal 224 104 312 33 102 0 25 424 70 65
Binary 10010100 1000100 11001010 11011 1000010 0 10101 100010100 111000 110101

Color Harmonies of #9444CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9444CA

Black with #9444CA

Text Example


Text Example

White with #9444CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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