Html Css Color HEX #962BD1 Dark Orchid

📋 copy color: '#962BD1'

red 150 ◦ green 43 ◦ blue 209

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

Shades of Dark Orchid #962BD1

Tints of Dark Orchid #962BD1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.7%

 BLUE value IS 209 (82.03% from 255) = 51.99%

R = 37.31%
G = 10.7%
B = 51.99%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#962BD1 (or 0x962BD1) is known color: Dark Orchid. HEX triplet: 96, 2B and D1. RGB value is (150,43,209). Sum of RGB (Red+Green+Blue) = 150+43+209=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #962BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BD1 is #69D42E. Grayscale: #5D5D5D. Windows color (decimal): -6935599 or 13708182. OLE color: 13708182.

HSL color Cylindrical-coordinate representation of color #962BD1: hue angle of 278.67º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962BD1 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 43 209 -
CMYK 0.28 0.79 0 0.18
HSL 278.67º 0.66% 0.49% -
HSV(B) 278.67º 0.79% 0.82% -
XYZ 24.95 12.82 61.48 -
YUV 93.92 192.95 168 -
System Red Green Blue C M Y K H S L
Decimal 150 43 209 0.28 0.79 0 0.18 278.67 0.66 0.49
Hex 96 2B D1 1C 4F 0 12 117 42 31
Octal 226 53 321 34 117 0 22 427 102 61
Binary 10010110 101011 11010001 11100 1001111 0 10010 100010111 1000010 110001

Color Harmonies of #962BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962BD1

Black with #962BD1

Text Example


Text Example

White with #962BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,43,209); }

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

background-color css

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

 a { background-color: rgb(150,43,209); }

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

border-color css

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

 span { border-color: rgb(150,43,209); }

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