Html Css Color HEX #962DB3 Dark Orchid

📋 copy color: '#962DB3'

red 150 ◦ green 45 ◦ blue 179

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

Shades of Dark Orchid #962DB3

Tints of Dark Orchid #962DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.86%

R = 40.11%
G = 12.03%
B = 47.86%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#962DB3 (or 0x962DB3) is known color: Dark Orchid. HEX triplet: 96, 2D and B3. RGB value is (150,45,179). Sum of RGB (Red+Green+Blue) = 150+45+179=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #962DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DB3 is #69D24C. Grayscale: #5B5B5B. Windows color (decimal): -6935117 or 11742614. OLE color: 11742614.

HSL color Cylindrical-coordinate representation of color #962DB3: hue angle of 287.01º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962DB3 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 45 179 -
CMYK 0.16 0.75 0 0.30
HSL 287.01º 0.6% 0.44% -
HSV(B) 287.01º 0.75% 0.7% -
XYZ 21.65 11.62 43.75 -
YUV 91.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 150 45 179 0.16 0.75 0 0.30 287.01 0.6 0.44
Hex 96 2D B3 10 4B 0 1E 11F 3C 2C
Octal 226 55 263 20 113 0 36 437 74 54
Binary 10010110 101101 10110011 10000 1001011 0 11110 100011111 111100 101100

Color Harmonies of #962DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962DB3

Black with #962DB3

Text Example


Text Example

White with #962DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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