Html Css Color HEX #963CBF Dark Orchid

📋 copy color: '#963CBF'

red 150 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #963CBF

Tints of Dark Orchid #963CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 37.41%
G = 14.96%
B = 47.63%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#963CBF (or 0x963CBF) is known color: Dark Orchid. HEX triplet: 96, 3C and BF. RGB value is (150,60,191). Sum of RGB (Red+Green+Blue) = 150+60+191=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #963CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CBF is #69C340. Grayscale: #656565. Windows color (decimal): -6931265 or 12532886. OLE color: 12532886.

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

Color convert

RGB 150 60 191 -
CMYK 0.21 0.69 0 0.25
HSL 281.22º 0.52% 0.49% -
HSV(B) 281.22º 0.69% 0.75% -
XYZ 23.6 13.48 50.65 -
YUV 101.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 150 60 191 0.21 0.69 0 0.25 281.22 0.52 0.49
Hex 96 3C BF 15 45 0 19 119 34 31
Octal 226 74 277 25 105 0 31 431 64 61
Binary 10010110 111100 10111111 10101 1000101 0 11001 100011001 110100 110001

Color Harmonies of #963CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CBF

Black with #963CBF

Text Example


Text Example

White with #963CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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