Html Css Color HEX #963CBD Dark Orchid

📋 copy color: '#963CBD'

red 150 ◦ green 60 ◦ blue 189

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

Shades of Dark Orchid #963CBD

Tints of Dark Orchid #963CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.04%

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 37.59%
G = 15.04%
B = 47.37%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#963CBD (or 0x963CBD) is known color: Dark Orchid. HEX triplet: 96, 3C and BD. RGB value is (150,60,189). Sum of RGB (Red+Green+Blue) = 150+60+189=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #963CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CBD is #69C342. Grayscale: #656565. Windows color (decimal): -6931267 or 12401814. OLE color: 12401814.

HSL color Cylindrical-coordinate representation of color #963CBD: hue angle of 281.86º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963CBD is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 60 189 -
CMYK 0.21 0.68 0 0.26
HSL 281.86º 0.52% 0.49% -
HSV(B) 281.86º 0.68% 0.74% -
XYZ 23.38 13.39 49.5 -
YUV 101.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 150 60 189 0.21 0.68 0 0.26 281.86 0.52 0.49
Hex 96 3C BD 15 44 0 1A 11A 34 31
Octal 226 74 275 25 104 0 32 432 64 61
Binary 10010110 111100 10111101 10101 1000100 0 11010 100011010 110100 110001

Color Harmonies of #963CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CBD

Black with #963CBD

Text Example


Text Example

White with #963CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,60,189); }

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

background-color css

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

 a { background-color: rgb(150,60,189); }

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

border-color css

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

 span { border-color: rgb(150,60,189); }

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