Html Css Color HEX #964AD6 Dark Orchid

📋 copy color: '#964AD6'

red 150 ◦ green 74 ◦ blue 214

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

Shades of Dark Orchid #964AD6

Tints of Dark Orchid #964AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 34.25%
G = 16.89%
B = 48.86%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#964AD6 (or 0x964AD6) is known color: Dark Orchid. HEX triplet: 96, 4A and D6. RGB value is (150,74,214). Sum of RGB (Red+Green+Blue) = 150+74+214=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #964AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964AD6 is #69B529. Grayscale: #707070. Windows color (decimal): -6927658 or 14043798. OLE color: 14043798.

HSL color Cylindrical-coordinate representation of color #964AD6: hue angle of 272.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964AD6 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 74 214 -
CMYK 0.30 0.65 0 0.16
HSL 272.57º 0.63% 0.56% -
HSV(B) 272.57º 0.65% 0.84% -
XYZ 27.16 16.24 65.32 -
YUV 112.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 150 74 214 0.30 0.65 0 0.16 272.57 0.63 0.56
Hex 96 4A D6 1E 41 0 10 111 3F 38
Octal 226 112 326 36 101 0 20 421 77 70
Binary 10010110 1001010 11010110 11110 1000001 0 10000 100010001 111111 111000

Color Harmonies of #964AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964AD6

Black with #964AD6

Text Example


Text Example

White with #964AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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