Html Css Color HEX #962EDA Dark Orchid

📋 copy color: '#962EDA'

red 150 ◦ green 46 ◦ blue 218

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

Shades of Dark Orchid #962EDA

Tints of Dark Orchid #962EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.11%

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 36.23%
G = 11.11%
B = 52.66%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#962EDA (or 0x962EDA) is known color: Dark Orchid. HEX triplet: 96, 2E and DA. RGB value is (150,46,218). Sum of RGB (Red+Green+Blue) = 150+46+218=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #962EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962EDA is #69D125. Grayscale: #606060. Windows color (decimal): -6934822 or 14298774. OLE color: 14298774.

HSL color Cylindrical-coordinate representation of color #962EDA: hue angle of 276.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962EDA is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 46 218 -
CMYK 0.31 0.79 0 0.15
HSL 276.28º 0.7% 0.52% -
HSV(B) 276.28º 0.79% 0.85% -
XYZ 26.21 13.5 67.55 -
YUV 96.7 196.46 166.01 -
System Red Green Blue C M Y K H S L
Decimal 150 46 218 0.31 0.79 0 0.15 276.28 0.7 0.52
Hex 96 2E DA 1F 4F 0 F 114 46 34
Octal 226 56 332 37 117 0 17 424 106 64
Binary 10010110 101110 11011010 11111 1001111 0 1111 100010100 1000110 110100

Color Harmonies of #962EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962EDA

Black with #962EDA

Text Example


Text Example

White with #962EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,46,218); }

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

background-color css

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

 a { background-color: rgb(150,46,218); }

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

border-color css

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

 span { border-color: rgb(150,46,218); }

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