Html Css Color HEX #964ADC Dark Orchid

📋 copy color: '#964ADC'

red 150 ◦ green 74 ◦ blue 220

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

Shades of Dark Orchid #964ADC

Tints of Dark Orchid #964ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 33.78%
G = 16.67%
B = 49.55%

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

#964ADC (or 0x964ADC) is known color: Dark Orchid. HEX triplet: 96, 4A and DC. RGB value is (150,74,220). Sum of RGB (Red+Green+Blue) = 150+74+220=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #964ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ADC is #69B523. Grayscale: #707070. Windows color (decimal): -6927652 or 14437014. OLE color: 14437014.

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

Color convert

RGB 150 74 220 -
CMYK 0.32 0.66 0 0.14
HSL 271.23º 0.68% 0.58% -
HSV(B) 271.23º 0.66% 0.86% -
XYZ 27.94 16.55 69.43 -
YUV 113.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 150 74 220 0.32 0.66 0 0.14 271.23 0.68 0.58
Hex 96 4A DC 20 42 0 E 10F 44 3A
Octal 226 112 334 40 102 0 16 417 104 72
Binary 10010110 1001010 11011100 100000 1000010 0 1110 100001111 1000100 111010

Color Harmonies of #964ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ADC

Black with #964ADC

Text Example


Text Example

White with #964ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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