Html Css Color HEX #962DBF Dark Orchid

📋 copy color: '#962DBF'

red 150 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #962DBF

Tints of Dark Orchid #962DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.66%

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

R = 38.86%
G = 11.66%
B = 49.48%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#962DBF (or 0x962DBF) is known color: Dark Orchid. HEX triplet: 96, 2D and BF. RGB value is (150,45,191). Sum of RGB (Red+Green+Blue) = 150+45+191=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #962DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DBF is #69D240. Grayscale: #5C5C5C. Windows color (decimal): -6935105 or 12529046. OLE color: 12529046.

HSL color Cylindrical-coordinate representation of color #962DBF: hue angle of 283.15º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962DBF is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 45 191 -
CMYK 0.21 0.76 0 0.25
HSL 283.15º 0.62% 0.46% -
HSV(B) 283.15º 0.76% 0.75% -
XYZ 22.92 12.12 50.42 -
YUV 93.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 150 45 191 0.21 0.76 0 0.25 283.15 0.62 0.46
Hex 96 2D BF 15 4C 0 19 11B 3E 2E
Octal 226 55 277 25 114 0 31 433 76 56
Binary 10010110 101101 10111111 10101 1001100 0 11001 100011011 111110 101110

Color Harmonies of #962DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962DBF

Black with #962DBF

Text Example


Text Example

White with #962DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #962DBF;
 }
 .AnyTagClassName
 {
   color: #962DBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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