Html Css Color HEX #9644CB Dark Orchid

📋 copy color: '#9644CB'

red 150 ◦ green 68 ◦ blue 203

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

Shades of Dark Orchid #9644CB

Tints of Dark Orchid #9644CB

RGB

 RED value IS 150 (58.98% from 255) = 35.63%

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

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

R = 35.63%
G = 16.15%
B = 48.22%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9644CB (or 0x9644CB) is known color: Dark Orchid. HEX triplet: 96, 44 and CB. RGB value is (150,68,203). Sum of RGB (Red+Green+Blue) = 150+68+203=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #9644CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9644CB is #69BB34. Grayscale: #6B6B6B. Windows color (decimal): -6929205 or 13321366. OLE color: 13321366.

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

Color convert

RGB 150 68 203 -
CMYK 0.26 0.67 0 0.20
HSL 276.44º 0.56% 0.53% -
HSV(B) 276.44º 0.67% 0.8% -
XYZ 25.42 14.93 58.04 -
YUV 107.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 150 68 203 0.26 0.67 0 0.20 276.44 0.56 0.53
Hex 96 44 CB 1A 43 0 14 114 38 35
Octal 226 104 313 32 103 0 24 424 70 65
Binary 10010110 1000100 11001011 11010 1000011 0 10100 100010100 111000 110101

Color Harmonies of #9644CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9644CB

Black with #9644CB

Text Example


Text Example

White with #9644CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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