#962FBB

Color #962FBB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #962FBB

Tints of Dark Orchid #962FBB

Color information

#962FBB (or 0x962FBB) is unknown color: approx Dark Orchid. HEX triplet: 96, 2F and BB. RGB value is (150,47,187). Sum of RGB (Red+Green+Blue) = 150+47+187=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #962FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962FBB is #69D044. Grayscale: #5D5D5D. Windows color (decimal): -6934597 or 12267414. OLE color: 12267414.

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

Color convert

RGB15047187-
CMYK0.200.7500.27
HSL284.14º59.83%45.88%-
HSV(B)284.14º74.87%73.33%-
XYZ22.5612.148.16-
YUV93.76180.62168.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 47 (18.75% from 255) = 12.24%
BLUE value IS 187 (73.44% from 255) = 48.70%
R=39.06%
G=12.24%
B=48.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150471870.200.7500.27284.1459.8345.88
Hex962FBB144B01B11c3c2e
Octal22657273241130334347456
Binary1001011010111110111011101001001011011011100011100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #962FBB;
 }
 .AnyTagClassName
 {
   color: #962FBB;
 }
</style>
background-color css

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

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

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

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

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

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