Html Css Color HEX #963AB2 Dark Orchid

📋 copy color: '#963AB2'

red 150 ◦ green 58 ◦ blue 178

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

Shades of Dark Orchid #963AB2

Tints of Dark Orchid #963AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.11%

R = 38.86%
G = 15.03%
B = 46.11%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#963AB2 (or 0x963AB2) is known color: Dark Orchid. HEX triplet: 96, 3A and B2. RGB value is (150,58,178). Sum of RGB (Red+Green+Blue) = 150+58+178=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #963AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AB2 is #69C54D. Grayscale: #626262. Windows color (decimal): -6931790 or 11680406. OLE color: 11680406.

HSL color Cylindrical-coordinate representation of color #963AB2: hue angle of 286º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963AB2 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 58 178 -
CMYK 0.16 0.67 0 0.30
HSL 286º 0.51% 0.46% -
HSV(B) 286º 0.67% 0.7% -
XYZ 22.13 12.72 43.41 -
YUV 99.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 150 58 178 0.16 0.67 0 0.30 286 0.51 0.46
Hex 96 3A B2 10 43 0 1E 11E 33 2E
Octal 226 72 262 20 103 0 36 436 63 56
Binary 10010110 111010 10110010 10000 1000011 0 11110 100011110 110011 101110

Color Harmonies of #963AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AB2

Black with #963AB2

Text Example


Text Example

White with #963AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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