Html Css Color HEX #964ADB Dark Orchid

📋 copy color: '#964ADB'

red 150 ◦ green 74 ◦ blue 219

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

Shades of Dark Orchid #964ADB

Tints of Dark Orchid #964ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.7%

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

R = 33.86%
G = 16.7%
B = 49.44%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#964ADB (or 0x964ADB) is known color: Dark Orchid. HEX triplet: 96, 4A and DB. RGB value is (150,74,219). Sum of RGB (Red+Green+Blue) = 150+74+219=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #964ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ADB is #69B524. Grayscale: #707070. Windows color (decimal): -6927653 or 14371478. OLE color: 14371478.

HSL color Cylindrical-coordinate representation of color #964ADB: hue angle of 271.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #964ADB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 74 219 -
CMYK 0.32 0.66 0 0.14
HSL 271.45º 0.67% 0.57% -
HSV(B) 271.45º 0.66% 0.86% -
XYZ 27.81 16.5 68.74 -
YUV 113.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 150 74 219 0.32 0.66 0 0.14 271.45 0.67 0.57
Hex 96 4A DB 20 42 0 E 10F 43 39
Octal 226 112 333 40 102 0 16 417 103 71
Binary 10010110 1001010 11011011 100000 1000010 0 1110 100001111 1000011 111001

Color Harmonies of #964ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ADB

Black with #964ADB

Text Example


Text Example

White with #964ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964ADB; }

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

 H1.HeaderClassName
 {
   color: #964ADB;
 }
 .AnyTagClassName
 {
   color: #964ADB;
 }
</style>

background-color css

<style>
 a { background-color: #964ADB; }

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

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

border-color css

<style>
 span { border-color: #964ADB; }

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

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