Html Css Color HEX #9645DB Dark Orchid

📋 copy color: '#9645DB'

red 150 ◦ green 69 ◦ blue 219

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

Shades of Dark Orchid #9645DB

Tints of Dark Orchid #9645DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 34.25%
G = 15.75%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9645DB (or 0x9645DB) is known color: Dark Orchid. HEX triplet: 96, 45 and DB. RGB value is (150,69,219). Sum of RGB (Red+Green+Blue) = 150+69+219=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #9645DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645DB is #69BA24. Grayscale: #6D6D6D. Windows color (decimal): -6928933 or 14370198. OLE color: 14370198.

HSL color Cylindrical-coordinate representation of color #9645DB: hue angle of 272.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9645DB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 69 219 -
CMYK 0.32 0.68 0 0.14
HSL 272.4º 0.68% 0.56% -
HSV(B) 272.4º 0.68% 0.86% -
XYZ 27.49 15.85 68.63 -
YUV 110.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 150 69 219 0.32 0.68 0 0.14 272.4 0.68 0.56
Hex 96 45 DB 20 44 0 E 110 44 38
Octal 226 105 333 40 104 0 16 420 104 70
Binary 10010110 1000101 11011011 100000 1000100 0 1110 100010000 1000100 111000

Color Harmonies of #9645DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9645DB

Black with #9645DB

Text Example


Text Example

White with #9645DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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