Html Css Color HEX #896CCD True V

📋 copy color: '#896CCD'

red 137 ◦ green 108 ◦ blue 205

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

Shades of True V #896CCD

Tints of True V #896CCD

RGB

 RED value IS 137 (53.91% from 255) = 30.44%

 GREEN value IS 108 (42.58% from 255) = 24%

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 30.44%
G = 24%
B = 45.56%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#896CCD (or 0x896CCD) is known color: True V. HEX triplet: 89, 6C and CD. RGB value is (137,108,205). Sum of RGB (Red+Green+Blue) = 137+108+205=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #896CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CCD is #769332. Grayscale: #7F7F7F. Windows color (decimal): -7770931 or 13462665. OLE color: 13462665.

HSL color Cylindrical-coordinate representation of color #896CCD: hue angle of 257.94º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896CCD is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 108 205 -
CMYK 0.33 0.47 0 0.20
HSL 257.94º 0.49% 0.61% -
HSV(B) 257.94º 0.47% 0.8% -
XYZ 26.7 20.45 60.3 -
YUV 127.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 137 108 205 0.33 0.47 0 0.20 257.94 0.49 0.61
Hex 89 6C CD 21 2F 0 14 102 31 3D
Octal 211 154 315 41 57 0 24 402 61 75
Binary 10001001 1101100 11001101 100001 101111 0 10100 100000010 110001 111101

Color Harmonies of #896CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CCD

Black with #896CCD

Text Example


Text Example

White with #896CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896CCD; }

 p { color: rgb(137,108,205); }

 H1.HeaderClassName
 {
   color: #896CCD;
 }
 .AnyTagClassName
 {
   color: #896CCD;
 }
</style>

background-color css

<style>
 a { background-color: #896CCD; }

 a { background-color: rgb(137,108,205); }

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

border-color css

<style>
 span { border-color: #896CCD; }

 span { border-color: rgb(137,108,205); }

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