Html Css Color HEX #963ACC Dark Orchid

📋 copy color: '#963ACC'

red 150 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #963ACC

Tints of Dark Orchid #963ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.08%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 36.41%
G = 14.08%
B = 49.51%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#963ACC (or 0x963ACC) is known color: Dark Orchid. HEX triplet: 96, 3A and CC. RGB value is (150,58,204). Sum of RGB (Red+Green+Blue) = 150+58+204=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #963ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ACC is #69C533. Grayscale: #656565. Windows color (decimal): -6931764 or 13384342. OLE color: 13384342.

HSL color Cylindrical-coordinate representation of color #963ACC: hue angle of 277.81º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963ACC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 58 204 -
CMYK 0.26 0.72 0 0.2
HSL 277.81º 0.59% 0.51% -
HSV(B) 277.81º 0.72% 0.8% -
XYZ 24.99 13.87 58.49 -
YUV 102.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 150 58 204 0.26 0.72 0 0.2 277.81 0.59 0.51
Hex 96 3A CC 1A 48 0 14 116 3B 33
Octal 226 72 314 32 110 0 24 426 73 63
Binary 10010110 111010 11001100 11010 1001000 0 10100 100010110 111011 110011

Color Harmonies of #963ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963ACC

Black with #963ACC

Text Example


Text Example

White with #963ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963ACC; }

 p { color: rgb(150,58,204); }

 H1.HeaderClassName
 {
   color: #963ACC;
 }
 .AnyTagClassName
 {
   color: #963ACC;
 }
</style>

background-color css

<style>
 a { background-color: #963ACC; }

 a { background-color: rgb(150,58,204); }

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

border-color css

<style>
 span { border-color: #963ACC; }

 span { border-color: rgb(150,58,204); }

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