Html Css Color HEX #962CFA Blue Violet

📋 copy color: '#962CFA'

red 150 ◦ green 44 ◦ blue 250

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

Shades of Blue Violet #962CFA

Tints of Blue Violet #962CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.91%

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 33.78%
G = 9.91%
B = 56.31%

CMYK

 C value IS 0.4

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#962CFA (or 0x962CFA) is known color: Blue Violet. HEX triplet: 96, 2C and FA. RGB value is (150,44,250). Sum of RGB (Red+Green+Blue) = 150+44+250=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #962CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962CFA is #69D305. Grayscale: #626262. Windows color (decimal): -6935302 or 16395414. OLE color: 16395414.

HSL color Cylindrical-coordinate representation of color #962CFA: hue angle of 270.87º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #962CFA is Cyan = 0.4, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 44 250 -
CMYK 0.4 0.82 0 0.02
HSL 270.87º 0.95% 0.58% -
HSV(B) 270.87º 0.82% 0.98% -
XYZ 30.73 15.19 91.75 -
YUV 99.18 213.12 164.25 -
System Red Green Blue C M Y K H S L
Decimal 150 44 250 0.4 0.82 0 0.02 270.87 0.95 0.58
Hex 96 2C FA 28 52 0 2 10F 5F 3A
Octal 226 54 372 50 122 0 2 417 137 72
Binary 10010110 101100 11111010 101000 1010010 0 10 100001111 1011111 111010

Color Harmonies of #962CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962CFA

Black with #962CFA

Text Example


Text Example

White with #962CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,44,250); }

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

background-color css

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

 a { background-color: rgb(150,44,250); }

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

border-color css

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

 span { border-color: rgb(150,44,250); }

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