Html Css Color HEX #964ADA Dark Orchid

📋 copy color: '#964ADA'

red 150 ◦ green 74 ◦ blue 218

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

Shades of Dark Orchid #964ADA

Tints of Dark Orchid #964ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 33.94%
G = 16.74%
B = 49.32%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#964ADA (or 0x964ADA) is known color: Dark Orchid. HEX triplet: 96, 4A and DA. RGB value is (150,74,218). Sum of RGB (Red+Green+Blue) = 150+74+218=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #964ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ADA is #69B525. Grayscale: #707070. Windows color (decimal): -6927654 or 14305942. OLE color: 14305942.

HSL color Cylindrical-coordinate representation of color #964ADA: hue angle of 271.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #964ADA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 74 218 -
CMYK 0.31 0.66 0 0.15
HSL 271.67º 0.66% 0.57% -
HSV(B) 271.67º 0.66% 0.85% -
XYZ 27.68 16.44 68.04 -
YUV 113.14 187.18 154.29 -
System Red Green Blue C M Y K H S L
Decimal 150 74 218 0.31 0.66 0 0.15 271.67 0.66 0.57
Hex 96 4A DA 1F 42 0 F 110 42 39
Octal 226 112 332 37 102 0 17 420 102 71
Binary 10010110 1001010 11011010 11111 1000010 0 1111 100010000 1000010 111001

Color Harmonies of #964ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ADA

Black with #964ADA

Text Example


Text Example

White with #964ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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