Html Css Color HEX #962BBA Dark Orchid

📋 copy color: '#962BBA'

red 150 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #962BBA

Tints of Dark Orchid #962BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 39.58%
G = 11.35%
B = 49.08%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#962BBA (or 0x962BBA) is known color: Dark Orchid. HEX triplet: 96, 2B and BA. RGB value is (150,43,186). Sum of RGB (Red+Green+Blue) = 150+43+186=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #962BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BBA is #69D445. Grayscale: #5A5A5A. Windows color (decimal): -6935622 or 12200854. OLE color: 12200854.

HSL color Cylindrical-coordinate representation of color #962BBA: hue angle of 284.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962BBA is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 43 186 -
CMYK 0.19 0.77 0 0.27
HSL 284.9º 0.62% 0.45% -
HSV(B) 284.9º 0.77% 0.73% -
XYZ 22.3 11.76 47.55 -
YUV 91.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 150 43 186 0.19 0.77 0 0.27 284.9 0.62 0.45
Hex 96 2B BA 13 4D 0 1B 11D 3E 2D
Octal 226 53 272 23 115 0 33 435 76 55
Binary 10010110 101011 10111010 10011 1001101 0 11011 100011101 111110 101101

Color Harmonies of #962BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962BBA

Black with #962BBA

Text Example


Text Example

White with #962BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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