Html Css Color HEX #963FBB Dark Orchid

📋 copy color: '#963FBB'

red 150 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #963FBB

Tints of Dark Orchid #963FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.75%

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 37.5%
G = 15.75%
B = 46.75%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#963FBB (or 0x963FBB) is known color: Dark Orchid. HEX triplet: 96, 3F and BB. RGB value is (150,63,187). Sum of RGB (Red+Green+Blue) = 150+63+187=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #963FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FBB is #69C044. Grayscale: #666666. Windows color (decimal): -6930501 or 12271510. OLE color: 12271510.

HSL color Cylindrical-coordinate representation of color #963FBB: hue angle of 282.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963FBB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 63 187 -
CMYK 0.20 0.66 0 0.27
HSL 282.1º 0.5% 0.49% -
HSV(B) 282.1º 0.66% 0.73% -
XYZ 23.32 13.63 48.41 -
YUV 103.15 175.32 161.42 -
System Red Green Blue C M Y K H S L
Decimal 150 63 187 0.20 0.66 0 0.27 282.1 0.5 0.49
Hex 96 3F BB 14 42 0 1B 11A 32 31
Octal 226 77 273 24 102 0 33 432 62 61
Binary 10010110 111111 10111011 10100 1000010 0 11011 100011010 110010 110001

Color Harmonies of #963FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FBB

Black with #963FBB

Text Example


Text Example

White with #963FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,63,187); }

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

background-color css

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

 a { background-color: rgb(150,63,187); }

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

border-color css

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

 span { border-color: rgb(150,63,187); }

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