Html Css Color HEX #9645CB Dark Orchid

📋 copy color: '#9645CB'

red 150 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #9645CB

Tints of Dark Orchid #9645CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

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

R = 35.55%
G = 16.35%
B = 48.1%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9645CB (or 0x9645CB) is known color: Dark Orchid. HEX triplet: 96, 45 and CB. RGB value is (150,69,203). Sum of RGB (Red+Green+Blue) = 150+69+203=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #9645CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645CB is #69BA34. Grayscale: #6C6C6C. Windows color (decimal): -6928949 or 13321622. OLE color: 13321622.

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

Color convert

RGB 150 69 203 -
CMYK 0.26 0.66 0 0.20
HSL 276.27º 0.56% 0.53% -
HSV(B) 276.27º 0.66% 0.8% -
XYZ 25.49 15.05 58.06 -
YUV 108.5 181.34 157.6 -
System Red Green Blue C M Y K H S L
Decimal 150 69 203 0.26 0.66 0 0.20 276.27 0.56 0.53
Hex 96 45 CB 1A 42 0 14 114 38 35
Octal 226 105 313 32 102 0 24 424 70 65
Binary 10010110 1000101 11001011 11010 1000010 0 10100 100010100 111000 110101

Color Harmonies of #9645CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9645CB

Black with #9645CB

Text Example


Text Example

White with #9645CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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