Html Css Color HEX #970BCB Dark Violet

📋 copy color: '#970BCB'

red 151 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #970BCB

Tints of Dark Violet #970BCB

RGB

 RED value IS 151 (59.38% from 255) = 41.37%

 GREEN value IS 11 (4.69% from 255) = 3.01%

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 41.37%
G = 3.01%
B = 55.62%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#970BCB (or 0x970BCB) is known color: Dark Violet. HEX triplet: 97, 0B and CB. RGB value is (151,11,203). Sum of RGB (Red+Green+Blue) = 151+11+203=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #970BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BCB is #68F434. Grayscale: #4A4A4A. Windows color (decimal): -6878261 or 13306775. OLE color: 13306775.

HSL color Cylindrical-coordinate representation of color #970BCB: hue angle of 283.75º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BCB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 11 203 -
CMYK 0.26 0.95 0 0.20
HSL 283.75º 0.9% 0.42% -
HSV(B) 283.75º 0.95% 0.8% -
XYZ 23.66 11.13 57.4 -
YUV 74.75 200.38 182.39 -
System Red Green Blue C M Y K H S L
Decimal 151 11 203 0.26 0.95 0 0.20 283.75 0.9 0.42
Hex 97 B CB 1A 5F 0 14 11C 5A 2A
Octal 227 13 313 32 137 0 24 434 132 52
Binary 10010111 1011 11001011 11010 1011111 0 10100 100011100 1011010 101010

Color Harmonies of #970BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BCB

Black with #970BCB

Text Example


Text Example

White with #970BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970BCB; }

 p { color: rgb(151,11,203); }

 H1.HeaderClassName
 {
   color: #970BCB;
 }
 .AnyTagClassName
 {
   color: #970BCB;
 }
</style>

background-color css

<style>
 a { background-color: #970BCB; }

 a { background-color: rgb(151,11,203); }

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

border-color css

<style>
 span { border-color: #970BCB; }

 span { border-color: rgb(151,11,203); }

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